home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / profile.zip / AUTODRIV.LST next >
File List  |  1991-06-14  |  5KB  |  80 lines

  1.  
  2.  
  3.  
  4.    ▄▄▄    ▄▄  ▄▄  ▄▄▄▄▄▄▄▄  ▄▄▄▄▄▄     ▄▄▄▄     ▄▄▄▄▄▄  ▄▄▄▄▄▄  ▄     ▄  ▄▄▄▄▄▄
  5.  ▄█▀ ▀█▄  ██  ██  █▀ ██ ▀█  ██▀▀██     ██  ▀█▄  ██  ██    ██    █▄   ▄█  ██▀▀▀▀
  6.  ███████  ██  ██     ██     ██  ██     ██   ██  ██▀█▀▀    ██    ▀██ ██▀  ██▀▀
  7.  ██   ██  ██▄▄██     ██     ██████     ██▄▄▄█▀  ██ ▀█▄  ▄▄██▄▄    ▀█▀    ██████
  8.  
  9.  
  10.                        AUTO DRIVE EXAMPLES AND IDEAS FOR
  11.                        PRO-FILE PROFESSIONAL FILE SYSTEM
  12.  
  13.  
  14. If you are having trouble grasping the new idea of Auto Drive and the
  15. tremendous possiblities it offers, here are a few practical uses it has..
  16.  
  17.  
  18.  
  19. SITUATION: I want to set up PRO-FILE to run daily as an event from my BBS
  20.            and have it take care of everything necessary to update the file
  21.            lists automatically.
  22. SOLUTION:  PROFILE AUTO
  23. NOTES:     This is the only predefined auto drive command line.  The actuall
  24.            command line you'd have to type is PROFILE Alt-CA.  Of course,
  25.            if you were to go into PRO-FILE and quit without doing anything,
  26.            a lot would still have been done.  When PRO-FILE loads, it
  27.            automatically checks for new files.  When it exits, it automatically
  28.            generates the file lists that need to be updated.  There's only
  29.            one thing missing - some of the extended info.  In order to gather
  30.            all of the extended info, PRO-FILE must scan the RA activity log,
  31.            and that's what this example does.  In addition, it appends the
  32.            log file to OLDRA.Log to allow you to view old logs in the future.
  33.  
  34. SITUATION: While I've got PRO-FILE set up to run as an event and take care
  35.            of everything automatically (PROFILE AUTO), I also want it to
  36.            generate a total file list users can download in the same event.
  37. SOLUTION:  PROFILE Alt-CAAlt-T2A_Alt-X
  38. NOTES:     You will need to replace the PROFILE AUTO command with the above
  39.            line.  This does the same thing, but at the same time, generates
  40.            a master files list and places it in Area A where users can d/l it.
  41.            If you want PRO-FILE to place it in a different area, replace the
  42.            A after the 2 above with the other area letter.
  43.  
  44. SITUATION: I've got PRO-FILE to generate a master listing and place it in
  45.            an area for users to download, but I also want users to be able
  46.            to download a zipped version.
  47. SOLUTION:  This is a multi-stepped process:
  48.            PROFILE Alt-T2A_Alt-X
  49.            PKZip \File\Newfiles\AllFiles.Zip \File\Newfiles\AllFiles.Lst
  50.            PROFILE Alt-KANY_Alt-X
  51.  NOTES:    This must be done in 3 steps.  The first step should generate
  52.            the total listing in the area you want (Substitute for Area A)
  53.            (along with whatever else you want it to do).  The second should
  54.            zip up the master file listing into a different file.  Finally,
  55.            the third step tells PRO-FILE to update from disk from area A
  56.            (Substitute if the master list wasn't put in area A).  By
  57.            updating from disk, PRO-FILE will find the new zip file and add
  58.            it automatically.  It would be wise to go a step further (or
  59.            actually before) and add the file information before PRO-FILE
  60.            updates from disk for the first time.  This additional step
  61.            is a one time procedure.  What you would do is go into PRO-FILE
  62.            manually and add a file (Alt-A).  When it asks you for the file
  63.            name, enter the zip file name.  It doesn't matter what you enter
  64.            for the other information (except the descriptions).  When the
  65.            update from disk is performed, PRO-FILE will enter the rest.
  66.  
  67. SITUATION: When users up/download a file, my BBS loads Filedoor or other
  68.            file transfer program.  After they finish up/downloading, I
  69.            want the changes to appear in the file listings without waiting
  70.            for the daily event.
  71. SOLUTION:  PROFILE or PROFILE AUTO
  72. NOTES:     Remember, when PRO-FILE loads, it automatically scans for new
  73.            files, so the first example would take care of any uploads.
  74.            If the user downloaded any files, then you can also have the
  75.            download count incremented by the second example.  The second
  76.            example scans the log file of any downloads.  However, having
  77.            PRO-FILE go through every step just to add a download count is
  78.            insignificant if you have a slow machine.  You may just want to
  79.            stick with the first example, which won't take but a second.
  80.